home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / FALCON3.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.4 KB  |  99 lines

  1. REM
  2. REM The file name of this file is Falcon.B50
  3. REM
  4. REM               Falcon 3.0 (All versions) by Spectrum HoloByte
  5. REM
  6. REM                        F16C Block 50 FLCS B50 file
  7. REM
  8. REM               Written and Tested by David Dickinson, August 1994
  9. REM ╔═══════════════════════════════════════════════════════════════════════╗
  10. REM ║Mark II WCS Base Switch Settings                                       ║
  11. REM ║Black Hat switch = Digital                                             ║
  12. REM ║Red Switch       = Digital                                             ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM
  15. REM
  16. REM Once in the cockpit, hit ESC, choose Controls, Joystick, Recalibrate
  17. REM and follow the prompts - answer Y to any questions asked.
  18. REM
  19. REM ╔═════════════════════════════════════════════════════╗
  20. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  21. REM ╚═════════════════════════════════════════════════════╝
  22.  
  23. Mdef FALCON3
  24.  
  25. REM ╔════════════════════════════════════════════════════════╗
  26. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  27. REM ║ want your ADV file to reference.  For example, if you  ║
  28. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  29. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  30. REM ╚════════════════════════════════════════════════════════╝
  31.  
  32. USE WCS
  33.  
  34. RATE 75
  35.  
  36. REM ╔════════════════════════════════════════════════════════════╗
  37. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  38. REM ╚════════════════════════════════════════════════════════════╝
  39.  
  40. REM ╔════════════════════════╗
  41. REM ║FLCS Buttons Commands:  ║
  42. reM ╚════════════════════════╝
  43.  
  44. BTN H1U /T /N Padlock /T /N FwdView
  45.  
  46. BTN H1L /T /N LeftView /T /N FwdView
  47.  
  48. BTN H1R /T /N RightView /T /N FwdView
  49.  
  50. BTN H1D /T /N RearView /T /N FwdView
  51.  
  52. BTN S1 IFF
  53.  
  54. BTN S2 Radar
  55.  
  56. BTN S3 /T ILSHUD /T ILSBeacon/Direct
  57.  
  58. BTN S4 FwdUp/Dn
  59.  
  60. BTN H2U /T ACMRadar /T SEARadar
  61.  
  62. BTN H2L BreakLeft
  63.  
  64. BTN H2R BreakRight
  65.  
  66. BTN H2D GMRadar
  67.  
  68. BTN H3U BreakHigh
  69.  
  70. BTN H3L /T BracketLeft /T DragLeft
  71.  
  72. BTN H3R /T BracketRight /T DragRight
  73.  
  74. BTN H3D BreakLow
  75.  
  76. BTN H4U /T CloseUp /T KickOut
  77.  
  78. BTN H4L Disengage
  79.  
  80. BTN H4R Engage
  81.  
  82. BTN H4D AWACSInfo
  83.  
  84. REM ╔════════════════════════╗
  85. REM ║WCS II Buttons Commands:║
  86. REM ╚════════════════════════╝
  87.  
  88. BTN T1 ILSHUD
  89.  
  90. BTN T2 ILSBeacon/Direct
  91.  
  92. BTN T3 AWACSInfo
  93.  
  94. BTN T4 Flaps
  95.  
  96. BTN T5 WheelBrakes
  97.  
  98. BTN T6 SpeedBrake
  99.